home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / adg_4_6.zip / ECHO.DEF < prev    next >
Text File  |  1991-02-21  |  355b  |  16 lines

  1. ; Module name: Echo.DEF
  2. ; Programmer : Jeffrey M. Richter
  3.  
  4. NAME        Echo
  5. DESCRIPTION 'Echo: Windows Recorder Application'
  6. STUB        'WinStub.exe'
  7. EXETYPE     WINDOWS
  8. CODE        MOVEABLE DISCARDABLE PRELOAD
  9. DATA        MOVEABLE MULTIPLE PRELOAD
  10. HEAPSIZE    1024
  11. STACKSIZE   4096
  12. EXPORTS
  13.    AppWndProc
  14.    AboutProc
  15.    MsgFilterHookFunc
  16.